home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shadez.swf / scripts / AA_Gun_Fire_3.as < prev    next >
Text File  |  2011-08-19  |  254b  |  18 lines

  1. package
  2. {
  3.    import flash.media.Sound;
  4.    
  5.    public dynamic class AA_Gun_Fire_3 extends Sound
  6.    {
  7.        
  8.       
  9.       public function AA_Gun_Fire_3()
  10.       {
  11.          if(true)
  12.          {
  13.             super();
  14.          }
  15.       }
  16.    }
  17. }
  18.